home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming All in One
/
3D Game Programming All in One Disc.iso
/
3D2E
/
RESOURCES
/
CH6
/
EMAGA6
/
control
/
client
/
interfaces
/
chatbox.gui
next >
Wrap
Text File
|
2006-09-17
|
4KB
|
81 lines
new GuiControl(MainChatBox) {
profile = "GuiModelessDialogProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
modal = "1";
setFirstResponder = "0";
noCursor = true;
new GuiNoMouseCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "relative";
vertSizing = "bottom";
position = "0 0";
extent = "400 300";
minExtent = "8 8";
visible = "1";
new GuiBitmapCtrl(OuterChatFrame)
{
profile = "GuiDefaultProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "8 32";
extent = "256 72";
minExtent = "8 8";
visible = "1";
setFirstResponder = "0";
bitmap = "./hudfill.png";
new GuiButtonCtrl(chatPageDown)
{
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "217 54";
extent = "36 14";
minExtent = "8 8";
visible = "0";
text = "Dwn";
};
new GuiScrollCtrl(ChatScrollFrame)
{
profile = "ChatBoxScrollProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "0 0";
extent = "256 72";
minExtent = "8 8";
visible = "1";
setFirstResponder = "0";
willFirstRespond = "1";
hScrollBar = "alwaysOff";
vScrollBar = "alwaysOff";
constantThumbHeight = "0";
new GuiMessageVectorCtrl(ChatBox)
{
profile = "ChatBoxMessageProfile";
horizSizing = "width";
vertSizing = "height";
position = "4 4";
extent = "252 64";
minExtent = "8 8";
visible = "1";
setFirstResponder = "0";
lineSpacing = "0";
lineContinuedIndex = "10";
allowedMatches[0] = "http";
allowedMatches[1] = "tgeserver";
matchColor = "0 0 255 255";
maxColorIndex = 5;
};
};
};
};
};